Storage Class

Contains collection of DirectoryEntry.

Definition

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Storage : DirectoryEntry
Inheritance
Object    DirectoryEntry    Storage

Remarks

Storage is analogous to a file system directory. The parent object of a storage object must be another storage object or the RootDirectoryEntry.

Constructors

Storage Initializes a new instance of the Storage class.
Storage(String) Initializes a new instance of the Storage class.

Properties

ClassId Gets or sets class ID.
(Inherited from DirectoryEntry)
CreatedTime Gets creation time.
(Inherited from DirectoryEntry)
DirectoryEntries Gets collection of DirectoryEntry.
LastModifiedTime Gets last modified time.
(Inherited from DirectoryEntry)
Name Gets or sets name.
(Inherited from DirectoryEntry)
Size Gets size.
(Inherited from DirectoryEntry)

Methods

CompareTo Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
(Inherited from DirectoryEntry)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also